Product: | ISaGRAF 4.1x |
Date: | 22-October-2001 |
File: | Set environment variables.htm |
Subject: | How to set environment variables on different OS |
Keywords: | Environment variables - setenv - putEnv - env |
____________________________________________________________________
in ETCP.ini to increase binding reception buffer:
[APP]
NCRBSIZE=20000
You can directly change the size by using this command line:
env ETCP_NCBRSIZE=20000
You can directly change the size by using this command line:
setenv("ETCP_NCRBSIZE=20000")
putEnv("ETCP_NCRBSIZE=20000")
____________________________________________________________________
Copyright © 1999-2009 ICS Triplex ISaGRAF Inc. All rights reserved.